home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DBFSCR20.ARJ / CODEBAS3.TEM < prev    next >
Text File  |  1990-11-14  |  2KB  |  45 lines

  1. N                        | Color type P,D, or N
  2. \s3attribute(<<gfore>> + (<<gback>> * 16));    | CLS color
  3. \s3clear(0);                    | Clear Screen
  4. \s3attribute(<<fore>> + (<<back>> * 16));    | Box color 1
  5. #                        | Box color 2
  6. cb_box(<<r1>>,<<c1>>,<<r2>>,<<c2>>,        | Draw Box
  7. \CB_DOUBLE);                    | If Double
  8. \CB_SINGLE);                    | If Single
  9. \s3attribute(<<fore>> + (<<back>> * 16));    | Say Color 1
  10. #                        | Say Color 2
  11. \s3(<<r1>>,<<c1>>, "<<var>>");                  | Say Text
  12. \s3num(<<r1>>,<<c1>>, &<<var>>, 1);        | Say Char
  13. \s3(<<r1>>,<<c1>>, <<var>>);            | Say String
  14. \s3(<<r1>>,<<c1>>, <<var>>);            | Say Date
  15. \s3int(<<r1>>,<<c1>>, <<var>>, <<width>>);    | Say Byte
  16. \s3int(<<r1>>,<<c1>>, <<var>>, <<width>>);    | Say Integer
  17. \s3long(<<r1>>,<<c1>>, <<var>>, <<width>>);    | Say Long
  18. \s3double(<<r1>>,<<c1>>, <<var>>, <<width>>, <<dec>>);       | Say Real
  19. \s3int(<<r1>>,<<c1>>, <<var>>, <<width>>);    | Say Logical
  20. #                        | With Say Picture
  21. #                        | Without Say Picture
  22. #                        | With Say Picture Alt
  23. #                        | Without Say Picture Alt
  24. \g3attribute(<<fore>> + (<<back>> * 16));    | Get Color 1
  25. #                        | Get Color 2
  26. \g3char(<<r1>>,<<c1>>, &<<var>>);        | Get Char
  27. \g3(<<r1>>,<<c1>>, <<var>>);            | Get String
  28. \g3date(<<r1>>,<<c1>>, <<var>>);        | Get Date
  29. \g3int(<<r1>>,<<c1>>, &<<var>>);        | Get Byte
  30. \g3int(<<r1>>,<<c1>>, &<<var>>);        | Get Integer
  31. \g3long(<<r1>>,<<c1>>, &<<var>>);        | Get Long
  32. \g3double(<<r1>>,<<c1>>, &<<var>>);        | Get Real
  33. \g3logical(<<r1>>,<<c1>>, &<<var>>);        | Get Logical
  34. \g3picture("<<var>>");                          | With Get Picture
  35. #                        | Without Get Picture
  36. #                        | With Get Picture Alt
  37. #                        | Without Get Picture Alt
  38. #                        | With Range
  39. #                        | Without Range
  40. \g3prepare(<<var>>);                | With PreField
  41. #                        | Without PreField
  42. \g3valid(<<var>>);                | With Valid
  43. #                        | Without Valid
  44. END-OF-FILE
  45.